home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / lfslib / local.mk < prev    next >
Encoding:
Makefile  |  1991-06-14  |  797 b   |  24 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff. 
  6.  
  7. # The lfs library routines uses this
  8. # file to invoke the C compiler gcc with the -Wall option. The -Wall
  9. # option tells gcc to do lint-like checking while compiling. 
  10. #
  11. # Since the lfs library exist to share code amoung a few programs that
  12. # access LFS file systems, we installed it locally.
  13.  
  14. INSTALLDIR = /sprite/src/admin/lfslib/installed
  15. INCLUDEDIR = /sprite/src/admin/lfslib/installed
  16. LINTDIR = /sprite/src/admin/lfslib/installed
  17.  
  18. #include    <$(SYSMAKEFILE)>
  19.  
  20. #if empty(TM:Mds3100)
  21. CFLAGS +=  -Wall -g
  22. #endif
  23.  
  24.